colorswatch: Remove unused constant
authorTimm Bäder <mail@baedert.org>
Mon, 1 Feb 2016 14:15:56 +0000 (15:15 +0100)
committerTimm Bäder <mail@baedert.org>
Thu, 4 Feb 2016 12:32:34 +0000 (13:32 +0100)
gtk/gtkcolorswatch.c

index 8d1b6089d26a20c42318035879b2f2c6224e77ec..ff4b8b2fd29a593aec0dee781797c42d9401c887 100644 (file)
@@ -97,7 +97,6 @@ swatch_draw (GtkWidget *widget,
 }
 
 #define INTENSITY(r, g, b) ((r) * 0.30 + (g) * 0.59 + (b) * 0.11)
-#define PIXBUF_SIZE 16
 
 static gboolean
 gtk_color_swatch_render (GtkCssGadget *gadget,